feat(devtools): extract theme to devtool components#2079
Conversation
🦋 Changeset detectedLatest commit: cb51a89 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
View your CI Pipeline Execution ↗ for commit cb51a89
☁️ Nx Cloud last updated this comment at |
|
do note merge till TanStack/devtools#386 is merged |
7078e85 to
24f4756
Compare
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis PR extracts theme functionality into a dedicated context provider for the form devtools package. The Devtools component now accepts a theme prop and wraps its existing providers with ThemeContextProvider. Dependencies are bumped across form-devtools, react-form-devtools, and solid-form-devtools packages. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2079 +/- ##
==========================================
- Coverage 90.35% 90.14% -0.21%
==========================================
Files 38 49 +11
Lines 1752 2010 +258
Branches 444 520 +76
==========================================
+ Hits 1583 1812 +229
- Misses 149 178 +29
Partials 20 20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Moves devtool theme from the utils to the component to avoid the theme miss-match error we previously had.
Summary by CodeRabbit
New Features
Chores